Function |trim_start
std/text/compose::|trim_start
Usage
|trim_start(text)
Parameters
โณ text:
string
Return
โด string
Trim start of string.
Return string with trailing whitespace removed.
Whitespace is defined according to the terms of the Unicode Derived Core Property White_Space
, which includes newlines.